html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background: rgba(130,213,253,0.28);
}
li {
	list-style-type: none;
}
a:link, a:visited {
	text-decoration: none;  /*超链接无下划线*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/*清除浮动代码*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clearfloat {
	zoom: 1
}
/*header*/
.header-m-nav {
	display: none;
}
.header {
	height: 96px;
	z-index: 2;
	background-color: rgba(255,255,255,1);
}
.header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.header-con {
	padding: 0 32px;
	z-index: 99999;
}
.header-logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.header-logo a {
	display: block;
	width: 129px;
	height: 39px;
	background: url(../images/logo01.png) no-repeat;
	background-size: contain;
}
.header-gt {
	float: right;
	padding-right: 20px;
}
.header-nav li {
	float: left;
	font-size: 16px;
	line-height: 96px;
	padding: 0 30px;
}
.header-nav .header-enorcn {
	padding-right: 0;
	position: relative;
}
.header-nav .header-enorcn a {
	color: #fff;
	background-color: #bf9d5b;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding: 0 20px;
}
.header-nav .header-enorcn a:hover:after {
	display: none;
}
/*head-nav on*/
.header-nav li a {
	position: relative;
}
.header-nav li.on a {
	color: #bf9d5b;
}
.header-nav li.on a:after, .header-nav li a:hover:after {
	content: " ";
	position: absolute;
	bottom: -12px;
	height: 2px;
	width: 100%;
	background-color: #bf9d5b;
	left: 0;
}
/*新的20170221*/
.header.new {
	background: #dcf3fe;
}
.inhome {
	background: rgba(130,213,253,0.28) !important;
}
.header.new .header-logo a {
	background-image: url(../images/logo01.png);
}
.header.new .header-nav li a {
	color: #000;/*	text-shadow: 0 1px 2px rgba(0,0,0,1);
	filter: shadow(Color=#0000ff, Direction=1, Strength=2);*/
}
.inhome li a {
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	filter: shadow(Color=#0000ff, Direction=1, Strength=2);
}

/*min-width*/
@media (max-width: 992px) {
.header-nav li {
	padding: 0 16px;
}
}

@media (max-width: 772px) {
.header-con {
	height: 60px;
	padding: 0 20px;
}
.header-con:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.header-m-nav:before, .header-m-nav:after, .header-m-nav {
	position: absolute;
	display: block;
	height: 2px;
	background-color: #bf9d5b;
	width: 32px;
}
.header-m-nav {
	cursor: pointer;
	background: none;
	height: 20px;
	border-bottom: 2px solid #bf9d5b;
	right: 20px;
	top: 20px;
}
.header-m-nav:before {
	content: " ";
	top: 0;
}
.header-m-nav:after {
	content: " ";
	top: 9px;
}
/*.header-m-nav cur*/
.header-m-nav.cur {
	border: none;
}
.header-m-nav.cur:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 9px;
}
.header-m-nav.cur:after {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*end*/

.header {
	height: 60px;
}
.header-logo {
	position: absolute;
	left: 0;
	top: 10px;
	padding-top: 0px;
}
.header-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
	padding-top: 6px;
	padding-bottom: 6px;
	display: none;
}
.header-nav li {
	float: none;
	line-height: 40px;
	padding: 0 20px;
}
.header-nav li a {
	display: block
}
.header-nav li.on a:after, .header-nav li a:hover:after {
	content: " ";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #bf9d5b;
	left: 0;
}
.header-nav .header-enorcn {
	position: absolute;
	right: 0;
	padding: 0;
	top: 10px;
	right: 20px;
}
.header-nav li.on a:after, .header-nav .header-enorcn:after {
	display: none;
}
.header.new {
	background: none;
}
.header.new .header-logo a {
	background-image: url(../images/logo01.png);
}
.header.new .header-con:before {
	display: none;
}
.header.new .header-m-nav {
	border-bottom: 2px solid #fff;
}
.header.new .header-m-nav.cur {
	border: none;
}
.header.new .header-m-nav:before, .header.new .header-m-nav:after {
	background: #fff;
}
.header.new .header-nav li a {
	color: #000;
}
.header.new .header-nav li.on a {
	color: #bf9d5b;
}
.header.new .header-nav li.header-enorcn a {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	filter: shadow(Color=#0000ff, Direction=1, Strength=2);
}
}
.i-banner {
	height: 568px;
	background: url(../images/header-bg1.jpg) no-repeat center;
	background-size: cover;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	;
}
.slogan {
	padding-top: 120px;
	text-align: center;
}
.slogan p, ihome {
	color: rgb(0,85,167);
	font-size: 48px;
	line-height: 1em;/*	text-shadow: 0 1px 5px rgba(0,0,0,1);
	filter: shadow(Color=#0000ff, Direction=10, Strength=10);*/
}
.ihome {
	padding: 10px 0;
	font-size: 28px;
	color: rgb(0,85,167);
}
.slogan span {
	padding: 0 15px;
}
.enslogan {
	padding-top: 120px;
	text-align: center;
}
.enslogan p {
	color: rgb(0,85,167);
	font-size: 32px;
	line-height: 1em;/*	text-shadow: 0 1px 5px rgba(0,0,0,1);
	filter: shadow(Color=#0000ff, Direction=10, Strength=10);*/
}
.enslogan span {
	padding: 0 15px;
	font-size: 28px;
}
.enhome {
	padding: 10px 0;
	font-size: 24px;
	color: rgb(0,85,167);
}
.slogan2 {
	font-size: 12px;
}
.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}
.cn-img {
	float: left;
	width: 30%;
	background-size: contain;
	padding-right: 20px;
}
.en-img {
	float: left;
	width: 30%;
	height: 380px;
	background-size: contain;
	padding-right: 20px;
	background: url(../images/en-img.jpg)no-repeat;
}
.en-title, .cn-title, .cn-text, .en-text {
	padding-left: 33%;
}
.en-title, .cn-title {
	color: #bf9d5b;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
}
.en-left {
	float: left;
	padding-right: 10px;
}
.cn-text {
	font-size: 18px;
	line-height: 1.6em;
	text-align: justify;
}
.entext {
	font-size: 16px;
}
.cn-text span {
	display: block;
}
.t3 {
	padding-bottom: 6px;
}
.t1, .t2 {
}
.t1 {
	font-size: 16px;
	color: #bf9d5b;
}
.about, .cases, .team, .joinus {
	height: 300px;
	margin-top: 96px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
.about {
	background: url(../images/about-bg.jpg) no-repeat center;
}
.cases {
	background: url(../images/cases-bg.jpg) no-repeat center;
}
.team {
	background: url(../images/team-bg.jpg) no-repeat center;
}
.joinus {
	background: url(../images/joinus-bg.jpg) no-repeat center;
}
.text {
	width: 80%;
	margin: 50px auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6em;
}
.foot {
	background-color: #0055a7;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.contact {
	margin: 10px 0;
}
.foot span {
	margin: 0 50px;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
.home {
	background: url(../images/icon-home.png) no-repeat left center;
	padding-left: 30px;
}
.mail {
	background: url(../images/icon-mail.png) no-repeat left center;
	padding-left: 30px;
}
.phone {
	background: url(../images/icon-phone.png) no-repeat left center;
	padding-left: 30px;
}
.foot-logo {
	border-top: 1px solid #bf9d5b;
	padding-top: 25px;
	margin-bottom:5px;
	
}

.icp{
	font-size:12px !important;
border-top: 1px dotted #fff;
}
.copy{font-size:12px !important;}
.target-fix {
	position: relative;
	top: 422px;
	display: block;
	height: 0;
	overflow: hidden;
}
.iabout {
	padding: 80px 0;
	font-size: 28px;
}
.text_title {
	color: #bf9d5b;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
}
.mid {
	margin-bottom: 60px;
}
.coimg {
	width: 80%;
	margin: 30px auto;
	text-align: center;
}
.textp {
	text-align: left;
}


@media screen and (min-device-height: 900px) {
.i-banner {
	height: 720px ;
}
.coimg img {
	width: 340px;
}
.cn-text {
	font-size: 20px;
}
.t1 {
	font-size: 18px;
}
.slogan {
	padding-top: 200px;
}
.enslogan {
	padding-top: 200px;
}
.text_title {
	font-size: 32px;
}
.text {
	font-size: 20px;
}
.entext {
	font-size: 18px;
}
.foot span {
	font-size: 14px;
}}
@media screen and (min-device-height: 1024px) {
.i-banner {
	height: 920px ;
}
.coimg img {
	width: 480px;
}
.cn-text {
	font-size: 24px;
}
.t1 {
	font-size: 20px;
}
.slogan {
	padding-top: 220px;
}
.enslogan {
	padding-top: 220px;
}
.text_title {
	font-size: 36px;
}
.text {
	font-size: 22px;
}
.entext {
	font-size: 20px;
}
.foot span {
	font-size: 20px;
}}






